runtime/pprof.countProfile.Len (method)

3 uses

	runtime/pprof (current package)
		pprof.go#L368: 	Len() int
		pprof.go#L423: 	n := p.Len()
		pprof.go#L438: 		fmt.Fprintf(tw, "%s profile: total %d\n", name, p.Len())